-
-
Notifications
You must be signed in to change notification settings - Fork 182
Add support for aarch64 musl #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
235cded
to
190ba74
Compare
The failure is
which is unsurprising |
Do we know when is likely to be released? currently blocking running on latest arm64 on mac and inside our arm64 runner builds docker run -it --platform=linux/arm64 ghcr.io/astral-sh/uv:python3.10-alpine uv python install 3.12 |
@jakeybrown92 not anytime soon, it's non-trivial as mentioned several times (e.g., #87 (comment)). |
@zanieb fair enough.. I thought you meant the fix was non trivial. So there isn't currently any workaround when using alpine on latest arm64? |
I would use the Python versions from the distribution instead of the uv managed ones for now. |
@zanieb okay thanks. We're currently doing that but just wanted to explore UV, but don't really want to change OS. No worries. Appreciate the replies |
Closes #87
As noted there, this is likely not trivial — I'm just posting the target definition changes to start but actually setting up the toolchain is going to be more work.
Related #484